CaptionType Enumeration

Represents the geometry of the line of a caption.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum CaptionType

Members

StraightLine0 A line perpendicular to the escape direction is drawn to the caption point.
AngledLine1 A line is drawn to the caption point.
AngledConnectorLine2 A line in escape direction is drawn, followed by a line to the caption point.
None3 None.

See Also